home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #2 / Monster Media No. 2 (Monster Media)(1994).ISO / bbs_game / cshark04.zip / CSHARK.CFG < prev    next >
Text File  |  1994-06-06  |  14KB  |  316 lines

  1. ; CSHARK.CFG - Sample Card Sharx configuration file
  2. ;
  3. ; This configuration file can be used by the sysop to customize this door  
  4. ; for use on your own system. Most of the information in this file is NOT 
  5. ; usually needed, and the file can be left as is without affecting the
  6. ; door's performance.   
  7. ;
  8. ; This door is designed to run on almost any BBS system.
  9. ; However, there are many cases where you may wish to customize the door's
  10. ; operation using this configuration file. The configuration file system is
  11. ; provided to allow the customization of options such as maximum time
  12. ; permitted within the door, etc., and to allow the door to be run
  13. ; under even the most non-typical BBS setups.
  14. ;
  15. ; Any text following a semi-colon (;), and blank lines, are ignored.
  16. ;
  17. ; * IMPORTANT : If you're running a multi-node configuration and wish to share
  18. ;               1 configuration file for one or more nodes, be sure to run
  19. ;               Setshare <cshark.cfg> to set the Read-Only attribute on this
  20. ;               file or use the Dos command attrib +r cshark.cfg to accomplish
  21. ;               the same thing.  In order to make future changes to this file
  22. ;               remove the Read-Only attribute by using Unshare <cshark.cfg>
  23. ;               or attrib -r cshark.cfg.
  24. ;
  25. ;------------------------------------------------------------------------------
  26. ;
  27. ;  Registration Key received from me after registering.  Registration
  28. ;  entitles you to all future upgrades free and will get rid of all 
  29. ;  "Please Register" messages.  Use of this software is permitted for 45 days
  30. ;  for evaluation purposes, afterword it must either be registered or deleted.
  31. ;
  32. ;RegistrationKey 0
  33. ;
  34. ;------------------------------------------------------------------------------
  35. ;
  36. ;  Name of the sysop. Normally the door can determine the sysop's name 
  37. ;  from the information passed to the door by the BBS. However, some 
  38. ;  BBS software does not supply this information to doors.  Remove the 
  39. ;  semi-colon (;) to activate this option.
  40. ;
  41. ;                           *** Important ***
  42. ;  Your registration key is based on your real name as written on the
  43. ;  registration form.  A common problem is that the BBS is passing an alias
  44. ;  as the sysop's name to the drop file.  Use this option here to fix this
  45. ;  problem.
  46. ;  
  47. ;SysopName  Joe Sysop
  48. ;
  49. ;-----------------------------------------------------------------------------
  50. ;
  51. ;    This is an option for your Users who wish to help you register the door.
  52. ;  The idea is to have a user "adopt" the door by making a donation to your
  53. ;  BBS.  In return you recognize them by placing their name here & then they
  54. ;  get credit when the game exits.
  55. ;    This encourages registrations and helps to relieve the burden to the 
  56. ;  Sysop.
  57. ;
  58. ;AdoptedBy  Very Cool User
  59. ;
  60. ;-----------------------------------------------------------------------------
  61. ;
  62. ;  Dollar amount that users start out with.  This will override the normal
  63. ;  $200 default
  64. ;
  65. ;StartingAmount 100
  66. ;
  67. ;-----------------------------------------------------------------------------
  68. ;
  69. ;  Dollar amount that is given as a bonus upon completion of each row.  When
  70. ;  the user clears rows 1 & 2, this amount will be added to their total.  The
  71. ;  default is 500.
  72. ;
  73. ;RowBonus 250
  74. ;
  75. ;-----------------------------------------------------------------------------
  76. ;
  77. ;  This is the minimum number of correct guesses the user must have in order
  78. ;  to get in the bonus round.  This is out of 8 possible tries.  Though the
  79. ;  player might have made money, if they didn't guess at least this many
  80. ;  correct guesses, they won't get to play the bonus round.  This will default
  81. ;  to 4 if it's not specified here.
  82. ;  
  83. ;BonusRoundCorrect 5
  84. ;
  85. ;-----------------------------------------------------------------------------
  86. ;
  87. ;  In the bonus round, each card is worth a percentage of the player's total
  88. ;  score.  Set the percentage here.  Example if a player has 500 points going
  89. ;  into the bonus round, then the first card will be worth 50 points if the 
  90. ;  percentage is set at 10 percent.  All amounts here are a percentage.
  91. ;  Note: Values over 100 percent are perfectly acceptable.
  92. ;
  93. ;
  94. ;Bonus1 10       ;Default is 10
  95. ;Bonus2 10       ;Default is 20
  96. ;Bonus3 10       ;Default is 20
  97. ;Bonus4 10       ;Default is 30
  98. ;Bonus5 10       ;Default is 50
  99. ;Bonus6 10       ;Default is 100
  100. ;
  101. ;-----------------------------------------------------------------------------
  102. ;
  103. ;  BBS system directory. Indicates where the door information file (drop file)
  104. ;  can be found. Don't include the dropfile name.  Use only the directory.
  105. ;  Remove the semi-colon (;) to activate this option.
  106. ;
  107. ;BBSDir    C:\BBS
  108. ;
  109. ;------------------------------------------------------------------------------
  110. ;
  111. ;  The door's working directory. This is where the door's system files are
  112. ;  located. Remove the semi-colon (;) to activate this option.
  113. ;
  114. ;DoorDir    C:\BBS\DPOKER
  115. ;
  116. ;------------------------------------------------------------------------------
  117. ;
  118. ;  Log File options. "LogFileName" specifies filename (path optional) where the
  119. ;  door should record log information. To disable the log file altogether,
  120. ;  remove the semi-colon (;) from the "DisableLogging" line.
  121. ;
  122. ;LogFileName    Cshark.Log
  123. ;DisableLogging
  124. ;
  125. ;------------------------------------------------------------------------------
  126. ;
  127. ;  BBS node number that door is running on. Only used if Door is unable
  128. ;  to determine the node number by some other means.
  129. ;
  130. ;Node 1
  131. ;
  132. ;------------------------------------------------------------------------------
  133. ;
  134. ;  Maximum length of time a user is permitted to access the door. If the user's
  135. ;  total remaining time on the BBS is less than this value, the user will only
  136. ;  be permitted to access the door for this shorter length of time. This option
  137. ;  may be disabled by placing a semi-colon (;) at the beginning of the line.
  138. ;  When this option is disabled, the user will be permitted to use the full
  139. ;  of their remaining time on the BBS within the door.
  140. ;
  141. ;MaximumDoorTime 120
  142. ;
  143. ;------------------------------------------------------------------------------
  144. ;
  145. ;  Inactivity timeout. Specifies the maximum number of seconds that may elapse
  146. ;  without the user pressing any key, before the user will be automatically
  147. ;  disconnected. A value of 0 disables inactivity timeouts.
  148. ;
  149. ;InactivityTimeout 200
  150. ;
  151. ;------------------------------------------------------------------------------
  152. ;
  153. ;  Name of the BBS. The game can usually determine the name of the BBS from
  154. ;  the information passed to the door by the BBS. However, some BBS software
  155. ;  does not supply this information to door programs.  Remove the 
  156. ;  semi-colon (;) to activate this option.
  157. ;
  158. ;SystemName    Unnamed BBS
  159. ;
  160. ;------------------------------------------------------------------------------
  161. ;
  162. ;  Door color options. These options specify the various text colors that
  163. ;  will be used by the door if ANSI or AVATAR graphics modes are available.
  164. ;  Colors are specified in the format:
  165. ;
  166. ;         {Bright} {Flashing} [Foreground Color] on [Background Color]
  167. ;
  168. ;  Where foreground and background colors are one of:
  169. ;
  170. ;         Black
  171. ;         Blue
  172. ;         Green
  173. ;         Cyan
  174. ;         Red
  175. ;         Magenta
  176. ;         Yellow / Brown
  177. ;         White / Grey
  178. ;
  179. ;ChatUserColor               Bright white on black
  180. ;ChatSysopColor              Bright red on black
  181. ;
  182. ;------------------------------------------------------------------------------
  183. ;
  184. ;  Memory swapping options. These options are generally not needed, but can be
  185. ;  used to customize door's swapping behaviour. "SwappingDir" can be used
  186. ;  to specify which directory or directories should be used for swapping.
  187. ;  Multiple directory paths can be seperated using a semi-colon.
  188. ;  "SwappingNoEMS" can be used to prevent any swapping from being done to EMS
  189. ;  memory, and "SwappingDisable" can be used to disable memory swapping
  190. ;  altogether. Remove the semi-colon (;) to activate any of these options.
  191. ;
  192. ;SwappingDir    C:\
  193. ;SwappingNoEMS
  194. ;SwappingDisable
  195. ;
  196. ;------------------------------------------------------------------------------
  197. ;
  198. ;  Modem options. These options are generally not needed, as they can usually
  199. ;  be determined from the BBS door information file. "LockedBPS" specifies the
  200. ;  the BPS rate at which the door should communicate with the modem. Valid
  201. ;  rates are 300, 600, 1200, 2400, 4800, 9600, 19200 and 38400. A BPS rate of 0
  202. ;  forces the door to always operate in local mode. "FossilPort" specifies the
  203. ;  FOSSIL driver port number that the modem is connected to. Usually, FOSSIL
  204. ;  port 0 corresponds to COM1, FOSSIL port 1 to COM2, and so on. Remove the
  205. ;  semi-colon (;) to activate either of these options.
  206. ;
  207. ;LockedBPS    38400
  208. ;FossilPort    0
  209. ;
  210. ;------------------------------------------------------------------------------
  211. ;
  212. ;  The following options (PORT, ADDRESS, IRQ) apply to the the door's internal
  213. ;  communications functions.  This is a beta release and it is recommended
  214. ;  you use a Fossil such as BNU or XOO as is required by many mailers and 
  215. ;  BBS's.  However, people who have BBS's which don't require a Fossil may
  216. ;  try to run without one.   
  217. ;
  218. ;------------------------------------------------------------------------------
  219. ;
  220. ;  Normally, the door will get this information from the BBS drop file.  This
  221. ;  is included for setup versatility.  Normally, this won't have to be set.
  222. ;  Serial Port Number. 0 = COM1, 1=COM2, etc...
  223. ;
  224. ;PORT 0
  225. ;
  226. ;------------------------------------------------------------------------------
  227. ;
  228. ;  Specify the serial port base address here.  By default, the door gets the
  229. ;  base address from BIOS for COM1 thru COM4.  This is included so that
  230. ;  non-standard ports can be supported.  This is only used if a Fossil is not
  231. ;  being used.
  232. ;
  233. ;ADDRESS 03F8
  234. ;
  235. ;------------------------------------------------------------------------------
  236. ;  Specify the IRQ line for the serial port being used.  This is included to
  237. ;  support non-standard port setups.  This is only used if a Fossil is not
  238. ;  being used.
  239. ;  
  240. ;IRQ 3
  241. ;
  242. ;------------------------------------------------------------------------------
  243. ;
  244. ;  Custom door information file support. The game automatically recognizes
  245. ;  most door information file (drop file) formats, including DORINFO?.DEF,
  246. ;  EXITINFO.BBS, DOOR.SYS, SFDOORS.DAT, CALLINFO.BBS and CHAIN.TXT. However,
  247. ;  to permit this door to operate on BBS systems that produce a different
  248. ;  format file, you may define a custom door information file format. A custom
  249. ;  door information file format is defined using the "CustomFileName" command,
  250. ;  followed by one or more lines beginning with the "CustomFileLine" command.
  251. ;
  252. ;  The "CustomFileName" option specifies the filename used to distinguish this
  253. ;  file format from other file formats. This filename should not include a
  254. ;  path. To specify the path where the door information file is located, use
  255. ;  the BBSDir setting, near the beginning of this file. If the filename of the
  256. ;  custom format is the same as that of one of the built-in formats, the custom
  257. ;  format will override the built-in format.
  258. ;
  259. ;  The actual format of the custom file is specified using a number of lines
  260. ;  that begin with the keyword "CustomFileLine". Each of these lines will
  261. ;  correspond to a single line in the door information file, with the option
  262. ;  following the "CustomFileLine" keyword specifying the information that can
  263. ;  be found on that line. This can be one of the following keywords:
  264. ;
  265. ;                    Ignore - Causes the next line in the door information
  266. ;                             file to be ignored. Use on lines for which none
  267. ;                             of the options below apply.
  268. ;                   ComPort - COM? port the modem is connected to
  269. ;                             (0 indicates local mode)
  270. ;                FossilPort - Fossil port number the modem is connected to
  271. ;                  ModemBPS - BPS rate at which to communicate with modem
  272. ;                             (0 or non-numerical value indicates local mode)
  273. ;                 LocalMode - 1, T or Y if door is operating in local mode
  274. ;                  UserName - Full name of the user
  275. ;             UserFirstName - First name(s) of the user
  276. ;              UserLastName - Last name of the user
  277. ;                     Alias - The user's psuedonym / handle
  278. ;                 HoursLeft - Hours user has left online
  279. ;               MinutesLeft - Minutes user has left online, or time left online
  280. ;                             in format hh:mm
  281. ;               SecondsLeft - Seconds user has left online, or time left online
  282. ;                             in format hh:mm:ss or format mm:ss
  283. ;                             (If more than one of the above time options are
  284. ;                             used, the user time left is taken to be the total
  285. ;                             of all of these values.)
  286. ;                      ANSI - 1, T, Y or G for ANSI graphics mode
  287. ;                    AVATAR - 1, T or Y for AVATAR graphics mode
  288. ;               PagePausing - 1, T or Y if user wishes a pause at end of screen
  289. ;              ScreenLength - Number of lines on user's screen
  290. ;            ScreenClearing - 1, T or Y if screen clearing mode is on
  291. ;                  Security - The user's security level / access level
  292. ;                      City - City the user is calling from
  293. ;                      Node - Node number user is connected to
  294. ;                 SysopName - Full name of the sysop
  295. ;            SysopFirstName - The sysop's first name(s)
  296. ;             SysopLastName - The sysop's last name
  297. ;                SystemName - Name of the BBS
  298. ;
  299. ;
  300. ;CustomFileName    EXAMPLE.DEF           ; Same format as DORINFO?.DEF
  301. ;CustomFileLine    SystemName
  302. ;CustomFileLine    SysopFirstName
  303. ;CustomFileLine    SysopLastName
  304. ;CustomFileLine    ComPort
  305. ;CustomFileLine    ModemBPS
  306. ;CustomFileLine    Ignore
  307. ;CustomFileLine    UserFirstName
  308. ;CustomFileLine    UserLastName
  309. ;CustomFileLine    City
  310. ;CustomFileLine    ANSI
  311. ;CustomFileLine    Security
  312. ;CustomFileLine    MinutesLeft
  313. ;
  314. ;------------------------------------------------------------------------------
  315.